ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewEditRequest<T> Class / Command Property

In This Topic
    Command Property (CollectionViewEditRequest<T>)
    In This Topic
    The request command type.
    Syntax
    'Declaration
     
    Public Property Command As CommandType
    public CommandType Command {get; set;}
    See Also